html, body {
    position: relative;
    height: 100%;
}

.zwc-box.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.zwc-box .swiper-slide {
    font-size: 18px;
    /*background: #ddd;*/

}
.zwc-box.swiper-container-vertical>.swiper-pagination-bullets{
	right: 40px;
}

.zwc-box.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
     float: right;
     clear: both;
     width: auto;
     height: 36px;
     line-height: 36px;
     background: none;
     border-radius: unset;
     margin:0;
     cursor: pointer;
     opacity: 1;
}
.zwc-box div.swiper-pagination-bullet .pagination-point{
     display: inline-block;
     margin-left: 16px;
     width: 10px;
	 height: 10px;
	 /*margin-top: 13px;*/
     border-radius: 10px;
     background-color: #E8E6E6;
     transition: all 0.2s;
     opacity: 1;
}
.zwc-box div.swiper-pagination-bullet span.pagination-text{
	color: #999;
    display: none;
    transition: all 0.2s;
    letter-spacing: 1px;
	font-size: 16px;
	font-weight: 500;
	color: #1D1D1D;
}
.zwc-box .swiper-pagination-bullet:hover span.pagination-text{
	display: inline-block;
}
.zwc-box .swiper-pagination-bullet:hover .pagination-point{
	background: #FF4800;
	animation: pagai 1s ease-in-out forwards;
}

.zwc-box .swiper-pagination-bullet.swiper-pagination-bullet-active span.pagination-text{
	display: inline-block;
}

.zwc-box .swiper-pagination-bullet.swiper-pagination-bullet-active  .pagination-point{
     animation: pagai 1s ease-in-out forwards;
     width: 10px !important;
     height: 10px;
     background: #FF4800;
     display: inline-block;
     vertical-align: middle;
}

/*右侧固定*/
.rightgd_box{
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 99;
	cursor: pointer;
}
.rightgd_tel{
	position: relative;
	width: 100%;
	height: 40px;
}
.rightgd_show{
	position: absolute;
	right: 0;
	top: 0;
	/*display: none;*/
}
.rightgd_show.active{
	display: none;
}
.rightgd_hide{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 40px;
	line-height: 40px;
	background: #FF4800;
	font-size: 18px;
	color: #fff;
	text-indent: 10px;
	border-radius: 20px;
	/*transition: all 1s;*/
	overflow: hidden;
	/*display: none;*/
}
.rightgd_hide.active{
	width: 200px;
}
.rightgd_hide img{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
}

.rightgd_tel img{
	width: 40px;
	height: 40px;
}

.fanhui_top{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/*overflow: hidden;*/
	display: none;
	margin-top: 10px;
}
.fanhui_top img{
	width: 100%;
	height: 100%;
}


@keyframes pagai{
     0%{
          width: 10px;
     }
     20%{
          width: 50px;
     }
     100%{
          width: 10px;
     }
}

/*头部*/
.head-box{
  position: fixed;
  width: 100%;
  /*height: 100px;*/
  height: 0;
  line-height: 0;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 10;
  display: none;
}

.head-con{
	max-width: 1570px;
	margin: 0 auto;
	padding: 0 30px;
	height: 100px;
	line-height: 100px;
	/*min-width: 1280px;*/
}
.head-navbox {
  width: 100%;
  /*height: 0;*/
  /*line-height: 0;*/
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
  overflow: hidden;
  /*display: none;*/

}

.head-box.active {
  display: block;
  /*height: 100%;*/
  /*line-height: 100%;*/
}

.head-navcon {
  max-width: 1570px;
  margin: 0 auto;
  position: relative;
  height: 100px;
  line-height: 100px;
}

.nav-open {
  width: 24px;
  cursor: pointer;
  position: fixed;
  top: 44px;
  left: 30px;
  z-index: 10;
}

.nav-open img {
  width: 100%;
  vertical-align: middle;
}

.nav-close {
  position: absolute;
  left: 30px;
  cursor: pointer;
}

.nav-close img {
  width: 12px;
  vertical-align: middle;
}
/*头部*/
.head_logo{
	width: 187px;
	height: 31px;
	position: relative;
	margin-top: 34.5px;
}
.head_logo img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.head_list{
	flex: 1;
	width: 0;
	margin-left: 20px;
}

.head_list li{
	flex: 1;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}
.head_list li a{
	/*display: inline-block;*/
	color: #1D1D1D;
}
.head_list li a{
	position: relative;
}
.head_list li a span{
  display: inline-block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transition: all .8s;
}
.head_list li:hover a span{
	transform: translate(-50%, -50%);
	width: 100%;
}



.banner-box{
	width: 100%;
	height: 100%;
}
.banner-box .swiper-container{
	height: 100%;
}
/*修改*/
.banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 36px;
	border-radius: 6px;
	background: #FF4800;
}

.banner-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.logo-box{
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.logo-box img{
	width: 94px;
}

/*介绍+优势*/
.insto_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 30px;
}
/*标题*/
.instro_title {
  text-align: center;
  position: relative;
}
.instro_bigtitle{
	font-size: 46px;
	font-weight: 500;
	color: #1D1D1D;
	height: 50px;

}
.instro_smaltitle{
	font-size: 24px;
	font-weight: 400;
	color: #1D1D1D;
	letter-spacing: 1px;
	height: 30px;
	margin-top: 10px;
}
.instro_smaltitle span{
	display: inline-block;
	width: 20px;
}
.instro_xiantitle{
	width: 60px;
	margin: 10px auto 0;
	height: 6px;

}
.instro_con{
	font-size: 16px;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 32px;
	position: relative;
	color: #6F6F6F;
}
.instro_item1{
	padding: 48px 24px;
	border: 1px solid #BABABA;
	text-align: justify;
}
.instro_item2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	line-height: 28px;
	background: #FFFFFF;
	box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.08);
	/* transition: all .6s; */
	overflow: hidden;
	text-align: justify;
}
.instro_more,.instro_moreclose{
	font-size: 14px;
	cursor: pointer;
}
.instro_item2.active{
	padding: 30px 24px;
	height: 100%;
}

.advantage_box{
	padding: 0 20px;
}
.advantage_con{
	margin-top: 30px;
}
.advantage_con li{
	flex: 1;
	width: 0;
	height: 210px;
	border: 1px solid #BABABA;
	overflow: hidden;
	cursor: pointer;
}
.advantage_con li:nth-child(2){
	margin: 0 42px;
}
.advantage_item1{
	text-align: center;
	margin-top: 60px;
	transition: all .6s;
}
.advantage_item2{
	font-size: 24px;
	text-align: center;
	margin: 10px 0 2px;
}
.advantage_item3{
	height: 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #6F6F6F;
	line-height: 22px;
	padding: 0 24px;
	transition: all .6s;
}
.advantage_con li.active .advantage_item1{
	margin-top: 25px;
}
.advantage_con li.active .advantage_item3{
	height: auto;
}
.advantage_con li.active{
	background: linear-gradient(-1deg, #FFF4F0, #FFFFFF);
	border-bottom: 2px solid #FF4800;
}


/*@media screen and (max-width:1366px){*/
@media screen and (min-device-height:801px) and (max-device-height:1001px){

	.instro_bigtitle{
		font-size: 36px;
		height: 40px;
	}
	.instro_smaltitle{
		font-size: 20px;
	}
	.instro_con{
		font-size: 16px;
	}
	.instro_item1{
		padding: 26px 20px;
	}
	.instro_item2{
		line-height: 24px;
	}
  .instro_item2.active{
  	padding: 10px 24px;
  }
	.advantage_item1{
		margin-top: 50px;
	}
	.advantage_con{
		margin-top: 20px;
	}
	.advantage_con li.active .advantage_item1{
		margin-top: 20px;
	}
	.advantage_item1 img{
		height: 40px;
	}
	.advantage_con li{
		height: 180px;
	}
	.advantage_item2{
		font-size: 20px;
	}
}

@media screen and (max-device-height:801px){
	.zwc-box.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
		height: 26px;
		line-height: 26px;
	}
	.insto_box{
		padding-top: 20px;
	}
	.instro_bigtitle{
		font-size: 26px;
		height: 38px;
	}
	.instro_smaltitle{
		font-size: 18px;
	}
	.instro_xiantitle{
		height: 4px;
		margin-top: 0;
	}
	.instro_con{
		font-size: 14px;
	}
	.instro_item1{
		padding:24px;
	}
	.instro_item2{
		line-height: 24px;
	}
  .instro_item2.active{
  	padding: 10px 24px;
  }
	.advantage_con{
		margin-top: 20px;
	}
	.advantage_con li{
		height: 150px;
	}
	.advantage_item1{
		margin-top:40px;
	}
	.advantage_item1 img{
		/*width: 40px;*/
		height: 36px;
	}
	.advantage_con li.active .advantage_item1{
		margin-top: 10px;
	}
	.advantage_item2{
		font-size: 18px;
		margin-top: 6px;
	}
	.advantage_item3{
		line-height: 20px;
	}
}



/*艺考时钟*/
.clock_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 160px;
}
.clock_lfcon{
	width: 350px;
	padding-top: 300px;
}
.clock_rtcon{
	flex: 1;
	width: 0;
}


.clock_lfitem1{
	font-size: 46px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 1px;
}
.clock_lfitem2{
	font-size: 24px;
	font-weight: 500;
	color: #222222;


}
.clock_lfitem3{
	width: 63px;
	height: 8px;
	margin-top: 20px;

}

 .clock_demo {
    width: 380px;
    height: 380px;
    border: 50px solid #FFFEFE;
    border-top-color:#F0BCA3;
    border-radius: 50%;
    transition: all 0;
    position: absolute;
    left: 140px;
    top: 140px;
}
.clock_demobg{
	width: 280px;
	height: 280px;
	border-radius: 100%;
	position: absolute;
	background:-webkit-radial-gradient(#FFF,#F2D1C0);/* Safari 5.1 - 6.0 */

    background:-moz-radial-gradient(#FFF,#F2D1C0);/* Firefox 3.6 - 15 */

    background:-o-radial-gradient(#FFF,#F2D1C0);/* Opera 11.6 - 12.0 */

    background:radial-gradient(#FFF,#F2D1C0);/* 标准 */
       text-align: center;
}
.clock_zlm{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.clock_textchange {
  position: absolute;
  top: 76px;
  left: 0;
  font-size: 22px;
  font-weight: 400;
  color: #222222;
  width: 100%;
  padding: 0 30px;

}
.clock_textyf{
	position: absolute;
	bottom: 40px;
    left: 116px;
}

.age_box{
	width: 660px;
	height: 660px;
	margin: auto;
		/*border: 1px solid red;*/
	position: relative;
	border-radius: 50%;
}
.age_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 660px;
	height: 660px;
}

.age_list li {
  width: 190px;
  height: 180px;
  position: absolute;
  left: 50%;
  margin-left: -118px;
  margin-top: -8px;
  /*	text-align: center;*/
  transform-origin: 20px 320px;
}
.age_list li.active .age_item1{
	color: #FF4800;
}
.age_list li.active .age_item2{
	color: #FF4800;
}
.age_text{
	position: absolute;
	top: -60px;
	left: 70px;
}
.age_list li:nth-child(2) .age_text{
	transform: rotate(-45deg);
	top: -60px;
	left: 40px;
}
.age_list li:nth-child(3) .age_text{
	transform: rotate(-90deg);
	top: -42px;
	left: 0px;
}
.age_list li:nth-child(4) .age_text{
	transform: rotate(-135deg);
	top: -15px;
	left: -32px;
}
.age_list li:nth-child(6) .age_text{
	transform: rotate(-225deg);
	right: -70px;
	bottom: 66px;
}
.age_list li:nth-child(7) .age_text {
  transform: rotate(-270deg);
  right: -32px;
  bottom: 68px;
}
.age_list li:nth-child(8) .age_text {
  transform: rotate(-270deg);
  right: -32px;
  bottom: 68px;
}



.age_item1{
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
	border-left: 4px solid #FF4800;
	text-indent: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #222222;
}
.age_item2{
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	text-indent: 14px;
}
.clock_circle{
	position: absolute;
	    top: 0;
    left: 54px;
}
.clock_circle img{
	width: 130px;
}

.age_list li:hover{
	cursor: pointer;
}
.age_list li:nth-of-type(2){
	transform: rotate(45deg);
	margin-left: -76px;
    margin-top: -66px;
}
.age_list li:nth-of-type(3){
	transform: rotate(90deg);
	margin-left: -20px;
    margin-top: -88px;
}
.age_list li:nth-of-type(4){
	transform: rotate(135deg);
	    margin-top: -45px;
    margin-left: 54px;
}
.age_list li:nth-of-type(5){
	transform: rotate(180deg);
	margin-top: 26px;
    margin-left: 82px;
}
.age_list li:nth-of-type(6){
	transform: rotate(225deg);
    margin-left: 32px;
    margin-top: 94px;
}
.age_list li:nth-of-type(7){
	transform: rotate(270deg);
	    margin-top: 112px;
    margin-left: -28px;
}
.age_list li:nth-of-type(8){
	transform: rotate(315deg);
	    margin-top: 70px;
    margin-left: -118px;
}

/*@media screen and (max-width:1366px){*/
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.clock_box{
		padding-top: 110px;
	}
	.age_list li:nth-child(5) .age_text{
		top: 40px;
    	right: -80px;
	}
}

@media screen and (max-device-height:801px){
	.clock_box{
		padding-top: 80px;
	}
	.clock_lfcon{
		padding-top: 150px;
	}
	.clock_lfitem1{
		font-size: 26px;
	}
	.clock_lfitem2{
		font-size: 20px;
	}
	.clock_demo{
		width: 300px;
		height: 300px;
	}
	.clock_demobg{
		width: 200px;
    	height: 200px;
	}
	.age_box{
		width: 500px;
		height: 500px;
	}
	.age_list{
		width: 560px;
		height: 560px;
	}
	.clock_circle img{
		width: 120px;
	}
	.clock_textchange{
		font-size: 16px;
		top: 36px;
	}
	.clock_textyf {
	    bottom: 30px;
	    left: 85px;
	}
	.clock_textyf img{
		height: 40px;
	}
	.clock_circle{
		left: 74px;
	}
	.age_list li{
		margin-top:0;
	}
	.age_list li:nth-of-type(2){
		 margin-left: -114px;
    margin-top: -82px;
	}
	.age_list li:nth-of-type(3){
		margin-left: -60px;
   		 margin-top: -142px;
	}
	.age_list li:nth-of-type(4){
		    margin-top: -130px;
    margin-left: 40px;
	}
	.age_list li:nth-of-type(5){
		    margin-top: -65px;
    margin-left: 108px;
	}
	.age_list li:nth-of-type(6){
		margin-left: 96px;
    	margin-top: 30px;
	}
	.age_list li:nth-of-type(7){
		margin-top: 84px;
    	margin-left: 30px;
	}
	.age_list li:nth-of-type(8){
		margin-top: 70px;
    	margin-left: -66px;
	}
	.age_item1{
		font-size: 20px;
	}
	.age_item2{
		font-size: 16px;
	}
	.age_text{
		top: -50px;
	}

	.age_list li:nth-child(5) .age_text{
		top: 40px;
    	right: -80px;
	}

}


/*九大专业*/
.major_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding: 100px 0 80px;
}
.major_rtitem{
	margin-bottom: 45px;
}
.major_rtitem li{
	perspective:1000;
	transform-style:preserve-3d;
	flex: 1;
	width: 0;
	height: 220px;

}
.major_front,.major_back{
	width:100%;height:100%;
}
.major_rtitem li:nth-child(2){
	margin: 0 50px;
}

.major_rtitemorg{
	position:relative;
	transition:1s;
	transform-style:preserve-3d;
	height: 220px;
}
.major_front,.major_back{position:absolute;top: 0px;left: 0px;backface-visibility:hidden;}
.major_front {
  z-index: 2;
  box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.24);
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-top: 50px;
}
.major_front p:first-child{
	font-size: 24px;
	font-weight: 500;
	color: #222222;
}
.major_front p:last-child{
	margin-top: 20px;
}


.major_rtitem li.active .major_rtitemorg{transform:rotateY(180deg);}
.major_rtitem li.active .major_back{transform:rotateY(-180deg);}
.major_lfcon{
	width: 300px;
	padding-top: 300px;
}
.major_back{
	background: #FCDBCF;
	border-radius: 30px;
	overflow: hidden;
	padding: 40px 20px 22px;
}
.major_back a{
	position: absolute;
	bottom: 22px;
	right: 22px;
}
.major_back p:first-child{
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 1px;
}
.major_back p:nth-child(2){
	font-size: 28px;
	font-weight: bold;
	color: #222222;
	line-height: 32px;
	margin-top: 10px;

}

.major_rtcon{
	flex: 1;
	width: 0;
}
.major_lfitem1{
	font-size: 46px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 1px;
}
.major_lfitem2{
	width: 58px;
	height: 9px;
}
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.major_box{
		padding-top: 60px;
	}
	.major_rtitem li{
		height: 200px;
	}
	.major_rtitemorg{
		height: 200px;
	}
	.major_rtitem{
		margin-bottom: 30px;
	}
}
@media screen and (max-device-height:801px){
	.major_box{
		padding-top: 50px;
	}
	.major_lfitem1{
		font-size: 26px;
	}
	.major_lfcon{
		padding-top: 150px;
	}
	.major_rtitem li{
		height: 170px;
	}
	.major_rtitemorg{
		height: 170px;
	}
	.major_rtitem{
		margin-bottom: 30px;
	}
	.major_front{
		padding-top: 30px;
	}
	.major_front img{
		height: 60px;
	}
	.major_front p:first-child{
		font-size: 18px;
	}
	.major_back p:first-child{
		font-size: 18px;
	}
	.major_back p:nth-child(2){
		font-size: 20px;
	}
	/*
	.major_rtitem li{
		height: 200px;
	}
	.major_rtitemorg{
		height: 200px;
	}
	.major_rtitem{
		margin-bottom: 30px;
	}
	.major_back p:nth-child(2){
		font-size: 26px;
	}*/
}


/*大师*/
.master_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 60px;
}

.master_lfcon{
	flex: 1;
	width: 0;
	overflow: hidden;
}
.master_rtcon{
	width: 210px;
	text-align: center;
	margin-top: 300px;
	margin-left: 170px;
}
.master_rtitem1{
	font-size: 46px;
	font-weight: 500;
	color: #1D1D1D;
}

.master_rtitem2{
	width: 60px;
	height: 6px;
	margin: 0 auto;
}
.master_rtitem3 a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	margin: 20px auto;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;

}

.master_lfitem li{
	width: 29%;
	margin-left: 5%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
}
.master_lfitem li:nth-child(3n+1){
	margin-left: 0;
}
.master_lfitem li img{
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: all 1s;
}
.master_lfitem li:hover img{
	transform: scale(1.1)
}
.master_lfitem2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	overflow: hidden;
	color: #FFFFFF;
	transition: all .6s;
	text-indent: 12px;
}
.master_lfitem3{
	font-size: 24px;
	font-weight: 500;
	height: 42px;
}
.master_lfitem4{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.master_lfitem li:hover .master_lfitem2{
	height: 90px;
	line-height: 28px;
}
.master_lfitem li:hover .master_lfitem3{
	height: 32px;
}
.master_instr1 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;

}
.master_instr2 {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}

@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.master_lfitem li{
		height: 280px;
	}
	.master_lfitem li img{
		position: absolute;
		width: 250px;
		height: 380px;
		max-width: 250px;
		max-height: 380px;
		top: -25px;
	}
}
@media screen and (max-device-height:801px){
	.master_box{
		padding-top: 80px;
	}
	.master_lfitem li{
		flex: 1;
		width: 0;
		margin-left: 30px;
	}
	.master_lfitem li:nth-child(3n+1){
		margin-left: 30px;
	}
	.master_lfitem li:first-child{
		margin-left: 0;
	}
	.master_lfcon{
		flex: initial;
		width: 100%;
	}
	.master_rtcon{
		margin: 0 auto;
		/*margin-top: 200px;*/
		/*margin-left: 170px;*/
	}
	.master_rtitem1{
		font-size: 26px;
	}
	.master_rtitem3 a{
		font-size: 18px;
	}
	.master_lfitem3{
		font-size: 18px;
	}
	.master_lfitem4{
		font-size: 14px;
	}
}


/*教师团队*/
.teacher_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 60px;
}
.tea_item {
  width: 255px;
  height: 350px;
  margin-left: 60px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.16);
  background: #F5F5F5;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.tea_item:nth-child(4n+1){
	margin-left: 0;
}
.tea_item>img{
	width: 250px;
	height: 380px;
	position: absolute;
	top: 0;
	left: 5px;
}

.tea_item1{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	line-height: 72px;
	background-size:100% 100%;
	font-size: 24px;
	font-weight: 500;
	color: #1D1D1D;
	text-indent: 20px;
	letter-spacing: 1px;
	transition: all 1s;
	overflow: hidden;
}
.tea_item2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-size:100% 100%;
	z-index: 5;
	padding-top: 20px;
	padding: 20px 10px 0;
	overflow: hidden;
	transition: all 1s;
}
.tea_item:hover .tea_item2{
	height: 130px;
}
.tea_item:hover .tea_item1{
	height: 0;
	/*line-height: 0;*/
}
.tea_item3{
	font-size: 24px;
	font-weight: 500;
	color: #1D1D1D;
	height: 32px;
	line-height: 32px;


}
.tea_item4{
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	color: #6F6F6F;

}
.tea_item.tea_itemsp{
	background: none;
	box-shadow:none;
	text-align: center;
	padding-top: 60px;
}

.tea_itemsp1{
	font-size: 46px;
	font-weight: 500;
	color: #1D1D1D;
}
.tea_itemsp2{
	width: 60px;
	margin: 14px auto 30px;
	height: 6px;
	background: #FA4B1E;
}

.tea_itemsp3 a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #222222;
	border-radius: 3px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}
.tea_itemsp3 a:hover{
	background: #FF4800;
}
.tea_itemsmall{
	display: none;
}
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.teacher_box{
		padding-top: 30px;
	}
	.tea_item {
    height: 280px;
  }
	.tea_item>img{
		top: -20px;
	}
}
@media screen and (max-device-height:801px){
	.tea_item{
		flex: 1;
		width: 0;
		height: 240px;
		margin-left: 20px;
	}
	.tea_item:first-child{
		margin-left: 0;
	}
	.tea_item>img{
		width: 100%;
		top: 0;
		left: 0;
		height: auto;
	}
	.tea_item.tea_itemsp{
		width: 0;
		flex: initial;
		overflow: hidden;
	}
	.tea_itemsp1{
		font-size: 26px;
	}
	.tea_itemsp3 a{
		font-size: 18px;
	}
	.tea_item1,.tea_item3{
		font-size: 20px;
	}
	.tea_item2{
		padding-top: 10px;
	}
	.tea_item4{
		font-size: 14px;
		line-height: 20px;
	}
	.tea_itemsmall{
		display: block;
		text-align: center;
		margin-bottom: 30px;
  }
}

/*学员*/
.stu_box {
  width: 100%;
  height: 100%;
  background-size: cover;
  padding-top: 50px;
}

.stu_con {
  margin-top: 60px;
}

.stu_cons {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

.stu_con li {
  width: 17%;
  /*height: 305px;*/
  overflow: hidden;
  /*margin-left: 270px;*/
  /*margin-top: 40px;*/
  transition: all .5s;
  cursor: pointer;
}

/*.stu_con li:hover{*/
/*	margin-top: 25px;*/
/*	box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.24);*/
/*}*/
.stu_con li img {
  width: 100%;
  /*height: 100%;*/
  /*transition: all 2s;*/

}

.stu_con li:hover img {
  /*transform: scale(1.1);*/

}

.stu_con li:nth-child(3n+1) {
  margin-left: 0;
}

.stu_name {
  color: #1D1D1D;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.stu_xian {
  width: 2px;
  height: 40px;
  margin: 0 auto;
  background: #C74B31;
}
.stu_more a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background: #1D1D1D;
	border-radius: 2px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
.stu_more a:hover{
	background: #FF4800;
}

@media screen and (min-device-height: 801px) and (max-device-height: 1001px) {
  /*.stu_con li{*/
  /*	width: 200px;*/
  /*	height: 277px;*/
  /*	margin-left:300px;*/
  /*	margin-top: 15px;*/
  /*}*/
  /*.stu_con li:hover{*/
  /*	margin-top: 5px;*/
  /*	box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.24);*/
  /*}*/
  .stu_xian {
    height: 26px;
  }

}

@media screen and (max-device-height: 801px) {
  .stu_box {
    padding-top: 80px;
  }

  .stu_con {
		padding-top: 20px;
	}
	.stu_con li{
		flex: 1;
		height: 265px;
		margin-left: 10px;
		width: 0;
	}
	.stu_con li:hover{
		/*margin-top: 5px;*/
		/*box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.24);*/
	}
	.stu_con li:nth-child(4){
		margin-left: 10px;
	}
	.stu_con li:first-child{
		margin-left: 0;
	}
	.stu_xian{
		margin-top: 50px;
	}
	.stu_more a{
		font-size: 18px;
	}
}

/*艺考规划师*/
.yktea_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 60px;
}
.yktea_lfcon{
	flex: 1;
	width: 0;
	overflow: hidden;
}
.yktea_rtcon{
	width: 250px;
	text-align: center;
	margin-top: 300px;
	margin-left: 120px;
}
.yktea_lfcon li{
	width: 30%;
	margin-left: 5%;
	padding: 12px;
	background: #FFFFFF;
	box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.13);
	margin-bottom: 30px;
}
.yktea_lfcon li:nth-child(3n+1){
	margin-left: 0;
}
.yktea_item1{
	height: 220px;
	position: relative;
	overflow: hidden;
}
.yktea_item1 img{
	width: 100%;
	position: absolute;
	height: 248px;
	bottom: -28px;

}

.yktea_item2{
	font-size: 24px;
	font-weight: 500;
	color: #1D1D1D;
	line-height: 40px;
	text-align: center;

}
.yktea_item3{
	font-size: 18px;
	font-weight: 400;
	color: #6F6F6F;
	text-align: center;
}
.yktea_item4 a{
	display: block;
	width: 86px;
	margin: 5px auto 0;
	height: 26px;
	line-height: 26px;
	border: 1px solid #6F6F6F;
	font-size: 14px;
	font-weight: 400;
	color: #6F6F6F;
	text-align: center;

}
.yktea_item4 a:hover{
	color: #fff;
	background: #FF4800;
	border-color: #FF4800;
}
.yktea_rtitem3 a{
	background: #222222;

}
.yktea_rtitem3 a:hover{
	background: #FF4800;
}
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.yktea_box {
    padding-top: 50px;
  }
	.yktea_item1{
		height: 190px;
	}
	.yktea_item1 img{
		height: 248px;
		bottom: -58px;
	}
	.yktea_item2{
		font-size: 24px;
		line-height: 32px;
	}
	.yktea_item3{
		font-size: 16px;
	}
}
@media screen and (max-device-height:801px){
	.yktea_lfcon{
		flex: initial;
		width: 100%;
	}
	.yktea_rtcon{
		margin: 0 auto;
	}
	.yktea_lfcon li{
		flex: 1;
		width: 0;
		margin-left: 30px;
	}
	.yktea_lfcon li:nth-child(4){
		margin-left: 30px;
	}
	.yktea_lfcon li:first-child{
		margin-left: 0;
	}
	.yktea_item1{
		height: auto;
	}
	.yktea_item1 img{
		position: relative;
		height: auto;
		bottom: 0;
	}
	.yktea_item2{
		font-size: 18px;
	}
	.yktea_item3{
		font-size: 14px;
	}
}



/*环境*/
.hj_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 66px;
}
.hj_title{
	font-size: 46px;
	font-weight: 500;
	color: #1D1D1D;
	letter-spacing: 1px;
}
.hj_title li:last-child{
	width: 58px;
	height: 9px;
	margin-top: 10px;
}
.hj_con{
	margin-top: 60px;
}
.hj_lfcon{
	/*width: 285px;*/
	flex: 1;
	margin-top: 116px;
}
.hj_lfcon li{
	position: relative;
	height: 140px;
	line-height: 140px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #1D1D1D;
	cursor: pointer;
}
.hj_lfcon li span{
	display: block;
	position: absolute;
	top: -18px;
	left: 182px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border-radius: 50%;
	font-size: 18px;
	font-family: Avenir;
	font-weight: 500;
	color: #1D1D1D;


}
.hj_lfcon li:first-child{
	 background: #d9d9d9;
}
.hj_lfcon li:nth-child(2){
	 background: #EAEAEA;
}
.hj_lfcon li:nth-child(3){
	 background: #F5F5F5;
}
.hj_lfcon li.active{
	color: #fff;
	background: -webkit-linear-gradient(106deg, #AB8E80 0%, #C39E8B 100%);
	background: -moz-linear-gradient(106deg, #AB8E80 0%, #C39E8B 100%);
	background: -o-linear-gradient(106deg, #AB8E80 0%, #C39E8B 100%);
	background: linear-gradient(106deg, #AB8E80 0%, #C39E8B 100%);
}
.hj_lfcon li.active span {
  background: #F7C16D;
}
.hj_rtcon{
	/*flex: 1;*/
	width: 800px;
}
.hj_rtcon>div{
	display: none;
	position: relative;
}
.hj_rtcon>div.active{
	display: block;
}

.hj_imgbig img{
	width: 100%;
}
.hj_imgsmall{
	position: absolute;
	right: 30px;
	bottom: -68px;
}
.hj_imgsmall li{
	width: 200px;
	margin-left: 24px;
	cursor: pointer;
}
.hj_imgsmall li img{
	width: 100%;
	transition: all 1s;
}
.hj_imgsmall li.active img{
	transform: scale(1.1);
}
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.hj_box{
		padding-top: 30px;
	}
	.hj_con{
		margin-top: 30px;
	}

}
@media screen and (max-device-height:801px){
	.hj_box{
		padding-top: 30px;
	}
	.hj_con{
		margin-top: 30px;
		padding: 0 100px;
	}
	.hj_lfcon{
		margin-top: 0;
	}
	.hj_rtcon{
		width: 600px;
	}
	.hj_imgsmall li{
		width: 160px;
	}
	.hj_title{
		font-size: 26px;
	}
}


/*招生简章*/
.recruit_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 30px;
}
.recruit_contop{
	margin-top: 30px;
}
.recruit_contop ul{
	flex: 1;
	width: 0;
	margin-left: 50px;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(230, 230, 230, 0.25);
	border-radius: 5px;
	position: relative;
	top: 0;
	padding-bottom: 10px;
	transition: all .5s;
	cursor: pointer;
}
.recruit_contop ul:first-child{
	margin-left: 0;
}
.recruit_contop ul:hover{
	top: -10px;
}
.recruit_contop_item1{
	width: 360px;
	height: 210px;
	margin: 0 auto;
	overflow: hidden;
}
.recruit_contop_item1 img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.recruit_contop ul:hover .recruit_contop_item1 img{
	transform: scale(1.1);
}
.recruit_contop_item2,
.recruit_contop_item3{
	text-align: justify;

}
.recruit_contop_item2{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: 500;
	color: #1D1D1D;
	padding: 20px 25px 10px;

}
.recruit_contop_item3{
	padding: 0 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	font-family: 'Adobe Heiti Std';
	color: #000000;
	letter-spacing: 1px;
	line-height: 24px;
	height: 72px;

}
.recruit_contop_item4{
	text-align: right;
	font-size: 20px;
	font-weight: 500;
	padding: 0 25px;
}
.recruit_conbtm{
	position: relative;
	margin-top: 30px;
	padding: 0 60px;
}
.recruit_conbtm .swiper-container{
	z-index: 0;
}
.recruit_conbtm .swiper-button-next,
.recruit_conbtm .swiper-button-prev{
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #FF4800;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 40px;
	right: 0;
}
.recruit_conbtm .swiper-button-prev{
	left: 0;
}
.recruit_conbtm .swiper-button-next.swiper-button-disabled,
.recruit_conbtm .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	background: #FFFFFF;
	color: #1D1D1D;
}
.recruit_conbtm .swiper-slide{
	background: none;
}

.recruit_first{
	padding: 0 30px;
}
.recruit_first li{
	width: 140px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	text-align: center;
	margin-left: 35px;
	margin-top: 30px;
	padding-top: 15px;
}
.recruit_first li.recruit_firstsp {
	background: none;
	box-shadow: none;
	text-align: left;
}
.recruit_first li.recruit_firstsp  .recruit_first_title1{
	height: 80px;
	font-size: 28px;
	font-weight: 500;
	color: #1D1D1D;
	line-height: 40px;
	width: 100%;

}
.recruit_first li.recruit_firstsp .recruit_first_title2{
	width: 48px;
	height: 6px;
	margin-top: 6px;
}

.recruit_first li:nth-child(6n+1){
	margin-left: 0;
}
.recruit_first li p:first-child{
	width: 72px;
	height: 72px;
	margin: 0 auto;
	overflow: hidden;
}
.recruit_first li p:first-child img{
	width: 100%;
	transition: all .5s;
}
.recruit_first li:hover p:first-child img{
	width: 90%;
}
.recruit_first li p:last-child{
	font-size: 18px;
	font-weight: 500;
	color: #1D1D1D;
	padding-top: 6px;
}
.recruit_first li:hover p:last-child{
	color: #FF4800;
}
/*2*/
.recruit_sec_lf{
	/*width: 500px;*/
	/*padding-top: 100px;*/
	/*padding-left: 120px;*/
	padding-top: 30px;
}
.recruit_sec_lf  .recruit_first_title1{
	height: 40px;
	font-size: 28px;
	font-weight: 500;
	color: #1D1D1D;
	line-height: 40px;
	width: 100%;
	text-align: center;
}
.recruit_sec_lf .recruit_first_title2{
	width: 48px;
	margin: 6px auto;
	height: 6px;
}
.recruit_sec_rt{
	padding: 0 30px;
}
.recruit_sec_rt li{
	width: 140px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	text-align: center;
	margin-left: 35px;
	margin-top: 30px;
	padding-top: 15px;
}
.recruit_sec_rt li:first-child{
	margin-left: 0;
}
.recruit_sec_rt li p:first-child{
	width: 72px;
	height: 72px;
	margin: 0 auto;
	overflow: hidden;
}
.recruit_sec_rt li p:last-child{
	font-size: 18px;
	font-weight: 500;
	color: #1D1D1D;
	padding-top: 6px;
}
.recruit_sec_rt li:hover p:last-child{
	color: #FF4800;
}
.recruit_sec_rt li p:first-child img{
	width: 100%;
	transition: all .5s;
}
.recruit_sec_rt li:hover p:first-child img{
	width: 90%;
}
/*3*/
.recruit_third_box{
	padding: 0 30px;
}
.recruit_third_lf{
	width: 140px;
	margin-top: 100px;
}
.recruit_third_lf  .recruit_first_title1{
	height: 80px;
	font-size: 28px;
	font-weight: 500;
	color: #1D1D1D;
	line-height: 40px;
	width: 100%;
}
.recruit_third_lf .recruit_first_title2{
	width: 48px;
	margin-top: 6px;
	height: 6px;
}
.recruit_third{
	flex: 1;
	width: 0;
}
.recruit_third li{
	width: 140px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	text-align: center;
	margin-left:35px;
	margin-top: 30px;
	padding-top: 15px;
}

.recruit_third li p:first-child{
	width: 72px;
	height: 72px;
	margin: 0 auto;
	overflow: hidden;
}
.recruit_third li p:last-child{
	font-size: 18px;
	font-weight: 500;
	color: #1D1D1D;
	padding-top: 6px;
}
.recruit_third li:hover p:last-child{
	color: #FF4800;
}
.recruit_third li p:first-child img{
	width: 100%;
	transition: all .5s;
}
.recruit_third li:hover p:first-child img{
	width: 90%;
}
.recruit_first_title{
	display: none;
}
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.recruit_contop_item1{
		height: 180px;
		overflow: hidden;
	}
	.recruit_contop_item1 img{
		height: 210px;
		position: relative;
		top: -20px;
	}
	.recruit_contop_item2{
		padding-top: 10px;
		padding-bottom: 0;
	}
	.recruit_contop_item3{
		line-height: 20px;
		height: 60px;
	}
	.recruit_contop_item4{
		font-size: 18px;
	}
	.recruit_conbtm{
		margin-top: 10px;
	}
	.recruit_first li{
		height: 120px;
		padding-top: 8px;
	}
	.recruit_sec_lf{
		padding-top: 0;
	}
	.recruit_third li{
		height: 120px;
		padding-top: 8px;
	}
	.recruit_first li.recruit_firstsp  .recruit_first_title1,
	.recruit_sec_lf  .recruit_first_title1,
	.recruit_third_lf  .recruit_first_title1{
		font-size: 18px;
	}

}
@media screen and (max-device-height:801px){
	.recruit_conbtm{
		padding: 0 20px;
	}
	.recruit_conbtm .swiper-button-next,
	.recruit_conbtm .swiper-button-prev{
		top: 60%;
	}
	.recruit_conbtm .swiper-button-next{
		right: 0;
	}
	.recruit_conbtm .swiper-button-prev{
		left: 0;
	}
	.recruit_contop_item1{
		height: 180px;
		overflow: hidden;
	}
	.recruit_contop_item1 img{
		height: 210px;
		position: relative;
		top: -20px;
	}
	.recruit_contop_item2{
		padding-top: 10px;
		padding-bottom: 0;
	}
	.recruit_contop_item3{
		line-height: 20px;
		height: 60px;
	}
	.recruit_contop_item4{
		font-size: 18px;
	}
	.recruit_conbtm{
		margin-top: 10px;
	}
	.recruit_first li.recruit_firstsp  .recruit_first_title1,
	.recruit_sec_lf  .recruit_first_title1,
	.recruit_third_lf  .recruit_first_title1{
		font-size: 16px;
		height: auto;
		line-height: initial;
	}
	.recruit_first_title{
		display: block;
		text-align: center;
	}
	.recruit_first_title .recruit_first_title2,
	.recruit_sec_lf .recruit_first_title2,
	.recruit_third_lf  .recruit_first_title2{
		width: 48px;
		height: 6px;
		margin: 6px auto 0;
	}
	.recruit_first li.recruit_firstsp{
		display: none;
	}
	.recruit_first li{
		flex: 1;
		width: 0;
		height: 130px;
		margin-left: 6px;
		margin-top: 15px;
	}
	.recruit_sec_rt {
		padding: 0 70px;
	}
	.recruit_sec_rt li{
		height: 130px;
		margin-top: 10px;
	}
	.recruit_first li p:first-child img,
	.recruit_sec_rt li p:first-child img,
	.recruit_third li p:first-child img{
		width: 90%;
	}
	.recruit_first li:nth-child(6n+1){
		margin-left: 5px;
	}
	.recruit_first li p:last-child,
	.recruit_sec_rt li p:last-child,
	.recruit_third li p:last-child{
		font-size: 12px;
		padding-top: 6px;
	}
	.recruit_sec_lf{
		padding-top: 6px;
	}
	.recruit_third_lf{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.recruit_br{
		display: none;
	}
	.recruit_third{
		flex: initial;
		width: 100%;
	}
	.recruit_third li{
		flex: 1;
		width: 0;
		height: 130px;
		margin-left: 10px;
		margin-top: 15px;
	}

}

/*艺考动态*/
.ykdt_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 60px;
}
.ykdt_top {
  width: 880px;
  display: flex;
  display: -webkit-flex;
  border-bottom: 2px solid rgb(65, 65, 65);
  margin: 38px 0 30px;
}

.ykdt_top li {
  flex: 1;
  font-size: 20px;
  font-family: "PingFang";
  color: rgb(51, 51, 51);
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 20px;
}

.ykdt_top li p {
  position: absolute;
  bottom: 0;
  width: 92px;
  height: 4px;
  text-align: center;
  display: none;
}

.ykdt_top li:hover {
  cursor: pointer;
}

.ykdt_top li.active p {
  display: block;
}

.ykdt_top li p span {
  display: block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  position: absolute;
  top: -26px;
  left: 35%;
}

.ykdt_con > div {
  display: none;
}

.ykdt_con > div.active {
  display: block;
}

.ykdt_item {
  display: flex;
  display: -webkit-flex;
}

.ykdt_left,
.ykdt_rt {
  flex: 1;
}

.ykdt_rt {
  height: 610px;
  margin-left: 50px;
}

.ykdt_lfitem {
  display: flex;
  display: -webkit-flex;
  margin-top: 34.5px;
}

.ykdt_item1 {
  border-left: 4px solid transparent;
  height: 20px;
  line-height: 20px;
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-family: "PingFang";
  text-indent: 16px;
  letter-spacing: 1px;
  flex: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ykdt_item2 {
  width: 140px;
  font-size: 16px;
  font-family: "PingFang";
  color: rgb(51, 51, 51);
  margin-left: 60px;

}

.ykdt_item2 span {
  display: inline-block;
  background: rgb(51, 51, 51);
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
}

.ykdt_item2 span a {
  display: inline-block;
  color: #fff;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: -2px;
  font-size: 20px;
}

.ykdt_item2 span img {
  position: relative;
  top: -4px;
}

.ykdt_item3 {
  display: flex;
  display: -webkit-flex;
  margin-top: 54px;
}

.ykdt_item3 p {
  flex: 1;
}

.ykdt_item3 p:last-child {
  margin-left: 26px;
}

.ykdt_item3 p img {
  width: 100%;
}

.ykdt_rt p:first-child {
  font-size: 32px;
  font-family: "PingFang";
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top:140px;
  line-height: 60px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 8px rgba(74, 74, 74, 0.14);
}

.ykdt_rt p:nth-child(2) {
  width: 4px;
  margin: 36px auto 26px;
  height: 36px;
  background: rgb(255, 255, 255);
}

.ykdt_rt p:last-child a {
  display: block;
  width: 120px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-family: "PingFang";
  color: rgb(255, 255, 255);
  /*font-weight: bold;*/
  letter-spacing: 1px;
  background: #1D1D1D;
}
.ykdt_rt p:last-child a:hover{
	background: #FF4800;
}
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.ykdt_lfitem{
		margin-top: 20px;
	}
	.ykdt_item3{
		margin-top: 30px;
	}
	.ykdt_rt{
		height: 480px;
	}
	.hj_title{
		font-size: 36px;
	}
}
@media screen and (max-device-height:801px){
	.ykdt_box{
		padding-top: 30px;
		font-size: 26px;
	}
	.ykdt_top{
		margin: 20px 0 10px;
	}
	.ykdt_top li{
		font-size: 18px;
	}
	.ykdt_lfitem{
		margin-top: 15px;
	}
	.ykdt_item3{
		margin-top: 20px;
	}
	.ykdt_rt{
		height: 434px;
	}
}

/*常见问题*/
.question_box{
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 50px;
}
.question_con{
	margin-top: 20px;
}
.question_con li{
	width: 48%;
	background: #F7F7F7;
	border-radius: 6px;
	margin-bottom: 20px;
	position: relative;
	text-align: justify;
	padding: 15px 16px 15px 70px;
	cursor: pointer;

}
.question_con li img{
	position: absolute;
	left: 16px;
	top: 22px;
}
.question_con li:nth-child(2n){
	margin-left: 4%;
}

.question_item1{
	font-size: 24px;
	font-weight: 400;
	color: #1D1D1D;
	padding-bottom: 5px;
}
.question_con li:hover .question_item1{
	color: #FF4800;
}
.question_item2{
	font-size: 18px;
	font-weight: 400;
	color: #6F6F6F;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.form_box li{
	width: 48%;
	margin-top: 20px;


}
.form_box li:nth-child(2n){
	margin-left: 4%;
}
.form_text{
	font-size: 20px;
	font-weight: 400;
	color: #1D1D1D;
	/*line-height: 38px;*/
	margin-bottom: 10px;

}
.form_text span{

}
.form_input input,
.form_select select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border: 1px solid #8A8A8A;
	background: none;
	font-size: 18px;
	color: #6F6F6F;
	text-indent: 20px;
}
.form_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/images/v1/home/selectjt.png) no-repeat right 15px center transparent;
  background-size: 20px;
  cursor: pointer;
}

.form_input input::-webkit-input-placeholder,
.form_input input::-moz-placeholder,
.form_input input::-ms-input-placeholder{
	font-size: 18px;
	color: #6F6F6F;
}
.form_btn input{
	display: block;
	width: 120px;
	margin: 40px auto 0;
	height: 40px;
	line-height: 40px;
	background: #222222;
	text-align: center;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}
@media screen and (min-device-height:801px) and (max-device-height:1001px){
	.question_box{
		padding-top: 30px;
	}
	.form_input input, .form_select select{
		height: 32px;
		line-height: 32px;
	}
	.form_box li{
		margin-top:10px;
	}
}
@media screen and (max-device-height:801px){
	.question_box{
		padding-top: 20px;
	}
	.form_input input, .form_select select{
		height: 32px;
		line-height: 32px;
	}
	.form_box li{
		margin-top:10px;

  }
	.question_con li{
		padding: 10px 16px 10px 70px;
	}

  .question_item1{
		font-size: 18px;
		padding-bottom: 0;
	}
	.question_item2{
		font-size: 16px;
		line-height: 20px;
	}
	.form_btn input{
		margin-top: 10px;
	}
}
/*联系我们*/
.contactfooter_box{
	width: 100%;
	height: 100%;
	background: #1C1C1D;
	position: relative;
}
.contact_box{
	width: 100%;
	height: 630px;
	background-size: cover;
	padding-top: 30px;
}

.way_box{
	margin-top: 40px;
	margin-bottom: 30px;
}
.way_con{
	flex: 1;
	margin-left: 40px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.13);
	position: relative;
	overflow: hidden;
}
.way_con:first-child{
	margin-left: 0;
}
.way_con:hover{
	cursor: pointer;
}
.way_hide{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: all 1s;
	z-index: 2;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.way_hide a{
	color: #fff;
}
.way_con.active .way_hide{
	height: 100%;
}

.way_show{
	text-align: center;
	padding-top: 80px;
}
.way_show p:last-child{
	color: #1D1D1D;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 30px;
}
.way_hide_item1{
	margin-top: 26px;
}
.way_hide_item2{
	font-size: 24px;
	letter-spacing: 1px;
	margin: 10px 0;
}
.way_hide_item3{
	font-size: 20px;
	letter-spacing: 1px;
}
.way_hide_item4 img,
.way_hide_item4 span{
	display: block;
}
.way_hide_item4 img{
	width: 95px;
	height: 95px;
	margin: 0 auto;
}
.way_hide_item4 span{
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 6px;
}

.way_hide_item5{
	padding: 0 6px;
}
.way_hide_item5 p{
	flex: 1;
}
.way_hide_item5 p img{
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 auto;
}
.way_hide_item5 p span{
	display: block;
	font-size: 14px;
	/*letter-spacing: 1px;*/
	margin-top: 6px;
}
.hz_con{
	margin-top: 30px;
}
.hz_con li{
	flex: 1;
	width: 0;
	margin-left: 5px;
}
.hz_con li:first-child{
	margin-left: 0;
}
.hz_con li img{
	width: 100%;
}
.footer_item1{
	border-bottom: 1px solid #828282;
	font-size: 20px;
	font-weight: 400;
	color: #8B8B8B;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer_item1 span{
	margin-left: 30px;
}
.footer_item2{
	border-bottom: 1px solid #828282;
	padding:15px 0;
	position: relative;
}
.linkcity_more{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.linkcity_more img:first-child{
	display: block;
}
.linkcity_more img:last-child{
	display: none;
}
.linkcity_more.active img:first-child{
	display: none;
}
.linkcity_more.active img:last-child{
	display: block;
}
.linkcity_title{
	font-size: 20px;
	font-weight: 400;
	color: #828282;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
}
.linkcity_title::before{
	content: '';
	display: inline-block;
	position: relative;
	top: 6px;
	width: 6px;
	height: 26px;
	background: #FF6528;
	border-radius: 3px;
}
.linkcity_title span.active{
	color: #FFFFFF;
}
.linkcity_list{
	padding-right: 40px;
}
.linkcity_list>div{
	display: none;
}
.linkcity_list>div.active{
	display: block;
}
.linkcity_list{
	height: 104px;
	overflow: hidden;
}
.linkcity_list.active{
	height: 48px;
}
.linkcity_list a{
	display: inline-block;
    color: #828282;
   	line-height: 24px;
    letter-spacing: 1px;
    text-indent: 10px;
    font-size: 14px;
}
  .linkcity_list a:hover{
  	color: #fff;
  }

.footer_item3{
	position: absolute;
	width: 0;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  line-height: 38px;
  text-align: center;
}

/*名师团队*/
.famous_teacher {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.famous_teacher_img, .famous_student_img {
  width: 100%;
}

.famous_teacher_play {
  width: 35%;
  position: absolute;
  bottom: 18%;
  cursor: pointer;
}

.famous_teacher_play.student {
  width: 40%;
  bottom: 20%;
}

.teacher_swiper .swiper-pagination, .student_swiper .swiper-pagination {
  position: static;
}

.teacher_swiper .swiper-pagination-bullet, .student_swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #A4A4A4;
}

.teacher_swiper .swiper-pagination-bullet-active, .student_swiper .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: #FF4800;
}

.teacher_swiper .swiper-wrapper, .student_swiper .swiper-wrapper {
  /*width: 100% !important;*/
  height: 100%;
  overflow: hidden;
}

.teacher_swiper .swiper-slide, .student_swiper .swiper-slide {
  /*width: 280px !important;*/
  height: auto;
}

.famous_student {
  width: 72%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.stu_more {
  margin-top: 30px;
}

.student_swiper {
  margin-top: 40px;
}

@media screen and (min-device-height: 801px) and (max-device-height: 1001px) {
  .famous_teacher {
    width: 75%;
  }

  .famous_student {
    width: 60%;
  }

  .student_swiper {
    margin-top: 20px;
  }

  .stu_more {
    margin-top: 10px;
  }

  .contact_box {
    height: 560px;
  }

  .way_con {
    height: 250px;
  }

  .way_hide_item1 {
    margin-top: 15px;
	}
	.way_box{
    margin-top: 30px;
  }

  .linkcity_list {
    height: 48px;
  }

  .linkcity_more {
    display: none;
  }
}

@media screen and (max-device-height: 801px) {
  .famous_teacher {
    width: 45%;
  }

  .contact_box {
    height: 470px;
  }

  .way_con {
    height: 200px;
  }

  .way_show {
    padding-top: 60px;
  }
	.way_show p:last-child{
		font-size: 18px;
		    margin-top: 10px;
	}
	.way_hide_item1{
		margin-top: 15px;
	}
	.way_hide_item1 img{
		width: 40px;
	}
	.way_hide_item2{
		font-size: 18px;
		margin: 0;
	}
	.way_hide_item3{
		font-size: 16px;
	}
	.way_hide_item4 img{
		width: 70px;
		height: 70px;
	}
	.way_box{
		margin-top: 30px;
	}
	.linkcity_more{
		display: none;
	}
	.linkcity_more{
		display: none;
	}
	.linkcity_title{
		font-size: 18px;
		height: 30px;
		line-height: 30px;
	}
	.linkcity_list{
		height: 48px;
	}
	.linkcity_list a{
		font-size: 12px;
		line-height: 20px;
	}
	.footer_item1{
		font-size: 18px;
		padding-top: 10px;
	}
	.footer_item3{
		bottom: -5px;
	}
}




@media screen and (min-device-height:1081px){
	 .insto_box{
	 	padding: calc((100vh - 950px)/2) 0;
	 }
	 .clock_box{
	 	padding: calc((100vh - 730px)/2) 0;
	 }
	 .major_box{
	 	padding: calc((100vh - 795px)/2) 0;
	 }
	 .stu_box{
	 	padding: calc((100vh - 840px)/2) 0;
	 }
	 .master_box,.recruit_box{
	 	padding: calc((100vh - 870px)/2) 0;
	 }
	 .teacher_box,.yktea_box{
	 	padding: calc((100vh - 830px)/2) 0;
	 }
	 .hj_box{
	 	padding: calc((100vh - 685px)/2) 0;
	 }
	 .ykdt_box{
	 	padding: calc((100vh - 815px)/2) 0;
	 }
	 .question_box{
	 	padding: calc((100vh - 850px)/2) 0;
   }

  .contact_box {
    padding: calc((100vh - 790px) / 2) 0;
  }

  .master_instr1 {
    margin-top: 60px;
  }

}

.instro_title_link {
  width: 120px;
  height: 40px;
  background-color: #222222;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal_con {
  width: 60%;
  position: relative;
}

.modal video {
  width: 100%;
}

.modal_close {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
